home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / prog / atari / c / ltick03 / misc.h < prev    next >
C/C++ Source or Header  |  1993-07-06  |  1KB  |  46 lines

  1. /*
  2.  *    Misc header for LazyTick/LazyFix
  3.  *    (LazyTick/LazyFix Project)
  4.  *   
  5.  *    Public Domain: may be copied and sold freely
  6.  */
  7.  
  8. void close_areas(void);
  9. ECHOLIST *get_area(char *);
  10. int debug_areas(void);
  11. int open_areas(char *);
  12. int copyfile(char *,
  13.              char *);
  14. int postmsg(char *,
  15.             char *,
  16.             char *,
  17.             char *,
  18.             char *,
  19.             char *,
  20.             char *,
  21.             int );
  22. void the_end(int );
  23. void strspins(char *);
  24. char *fticgets(char *,
  25.                size_t ,
  26.                FILE *);
  27. int strendcmp(char *,
  28.               char *);
  29. unsigned long xtol(char *);
  30. char *nextstrtic(char *);
  31. int strticcmp(char *,
  32.               char *);
  33. void addslash(char *);
  34. int iscomment(char );
  35. void strcln(char *,
  36.             char );
  37. char *nextstr(char *);
  38. void strspacecpy(char *,
  39.                  char *);
  40. void logline(int ,
  41.              char *,
  42.              ...);
  43. int open_the_log(char *,
  44.                  int );
  45. void close_the_log(void);
  46.